/ Assembly List / LJCNetCommon / NetCommon / GetChar

Namespace - LJCNetCommon


Parameters
value - The value object.

Returns

The char value or the char default if the object is null. Also returns false if the object is not type "char".

Syntax

C#
public static Char GetChar(Object value)

Gets a byte value from an object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.